POD8AS#sh run
Building configuration...

Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname POD8AS
!
!
ip subnet-zero
ip tcp synwait-time 5
no ip domain-lookup
ip host R1 2001 1.1.1.1
ip host R2 2002 1.1.1.1
ip host R4 2004 1.1.1.1
ip host R3 2003 1.1.1.1
ip host R5 2005 1.1.1.1
ip host R6 2006 1.1.1.1
ip host R7 2007 1.1.1.1
ip host CAT 2008 1.1.1.1
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface Ethernet0
 ip address 161.8.0.1 255.255.192.0
 ip policy route-map My_Policy
!
interface Serial0
 ip address 161.8.144.1 255.255.255.252
 ip policy route-map My_Policy
!
interface Serial1
 ip address 161.8.140.1 255.255.255.252
 ip policy route-map My_Policy
!
router bgp 89
 bgp router-id 8.9.9.9
 network 161.8.140.0 mask 255.255.255.252
 network 161.8.0.0 mask 255.255.192.0
 network 161.8.144.0 mask 255.255.255.252
 neighbor 161.8.140.2 remote-as 8127
 neighbor 161.8.140.2 timers 200 600
 neighbor 161.8.140.2 route-map ADD_AS in
 neighbor 161.8.144.2 remote-as 86
 neighbor 161.8.144.2 filter-list 2 out
!
ip classless
ip as-path access-list 1 permit _8127$
ip as-path access-list 2 permit _85$
ip as-path access-list 2 permit ^$
access-list 100 deny tcp any any eq telnet
access-list 100 deny tcp any eq telnet any
access-list 100 deny tcp any any eq www
access-list 100 deny tcp any any eq bgp
access-list 100 deny tcp any eq bgp any
access-list 100 deny tcp any eq www any
access-list 100 deny icmp any any echo
access-list 100 deny icmp any any echo-reply
access-list 100 permit ip any any
route-map ADD_AS permit 10
 match as-path 1
 set as-path prepend 89 89 89 89
!
route-map ADD_AS permit 20
!
route-map My_Policy permit 10
 match ip address 100
 set interface Null0
!
alias exec c1 clear line 1
alias exec c2 clear line 2
alias exec c3 clear line 3
alias exec c4 clear line 4
alias exec c5 clear line 5
alias exec c6 clear line 6
alias exec c7 clear line 7
alias exec c8 clear line 8
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line 1 8
 no exec
 transport input telnet
line aux 0
line vty 0 4
 privilege level 15
 logging synchronous
 no login
!
end

POD8AS#